home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
00097_Script_97
< prev
next >
Wrap
Text File
|
1995-05-21
|
423b
|
22 lines
on mouseDown
put "HelpBTN" into x
put "HelpBTNHL" into y
hiliter 27, x, y
puppetsound "huh.aif"
updatestage
end
on mouseUp
global GameOrOptions
put "Game" into GameOrOptions
puppetsprite 48, false
updatestage
turnOffDollars
turnOffDaycons
set the castNum of sprite 27 = cast "HelpBTN"
updatestage
puppetsound 0
go frame "Help" of movie the PathName & "PapHelp.dir"
end